home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / cd_prefs / clickme! < prev    next >
Text File  |  1978-11-24  |  1KB  |  43 lines

  1. ; HOTTEST 6 Startup Script. ©1996 PD Soft / SAdENESS.
  2.  
  3. echo "Now Setting up the CD, Please Wait....."
  4. ECHO ""
  5.  
  6. failat >NIL: 100
  7.  
  8. if >NIL: not exists sys:c/amigaguide
  9. sys:c/copy >NIL: Hottest6:c/amigaguide sys:c
  10. endif >NIL:
  11.  
  12. if >NIL: not exists sys:libs/powerpacker.library
  13. sys:c/copy >NIL: Hottest6:libs/powerpacker.library sys:libs
  14. endif >NIL:
  15.  
  16. Hottest6:c/assign >NIL: aga: Hottest6: add
  17. Hottest6:c/assign >NIL: aga_vol_2: Hottest6: add
  18. Hottest6:c/assign >NIL: aga_vol_1: Hottest6: add
  19. Hottest6:c/assign >NIL: aboot: Hottest6: add
  20. Hottest6:c/assign >NIL: libs: Hottest6:libs add
  21. Hottest6:c/assign >NIL: c: Hottest6:c add
  22. Hottest6:c/assign >NIL: system: Hottest6: add
  23. Hottest6:c/assign >NIL: sys: Hottest6: add
  24. Hottest6:c/assign >NIL: locale: Hottest6:locale add
  25. Hottest6:c/assign >NIL: fonts: Hottest6:fonts2 add
  26. Hottest6:c/assign >NIL: l: Hottest6:l add
  27. Hottest6:c/assign >NIL: devs: Hottest6:devs add
  28. Hottest6:c/assign >NIL: s: Hottest6:s add
  29. Hottest6:c/assign >NIL: utils_vol_1: Hottest6: add
  30.  
  31. path >NIL: Hottest6:C add
  32. path >NIL: Hottest6:utilities add
  33.  
  34. echo "In order to see the icons as intended, make sure you are using a"
  35. echo "Screenmode of at least 8 COLOURS, then double-click 'ClickForColors'."
  36. echo "If the Icon's colours look strange, try loading 'MagicColors'."
  37. WAIT 1
  38. echo ""
  39. echo "ALL DONE!!"
  40. echo ""
  41. ECHO "NOW CLOSE THIS WINDOW, AND ENJOY USING YOUR CD!!"
  42. endcli
  43.